home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 35
/
PC Gamer IT CD 35 2-2.iso
/
utility
/
ao10
/
ACTION.EXE
/
0
/
RCDATA
/
TABOUTBOX
/
TABOUTBOX.txt
< prev
Wrap
Text File
|
1998-08-10
|
4KB
|
179 lines
object AboutBox: TAboutBox
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'About ActionOutline...'
ClientHeight = 236
ClientWidth = 290
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object ProgramIcon: TImage
Left = 16
Top = 10
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 54
Top = 10
Width = 178
Height = 16
Caption = 'ActionOutline (unregistered)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 16
Top = 52
Width = 244
Height = 16
Caption = 'Copyright � 1998, Green Parrots Software'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
IsControl = True
end
object URLLabel1: TURLLabel
Left = 16
Top = 94
Width = 167
Height = 16
Hint = 'Opens a company'#39's web site'
Caption = 'http://gpsoft.hypermart.net'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = True
URL = 'http://gpsoft.hypermart.net'
end
object Label1: TLabel
Left = 54
Top = 28
Width = 76
Height = 16
Caption = 'v. 1.0 beta 1'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object URLLabel2: TURLLabel
Left = 16
Top = 134
Width = 257
Height = 16
Hint = 'Opens an ordering page for this product'
Caption = 'http://gpsoft.hypermart.net/ordering.html'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = True
URL = 'http://gpsoft.hypermart.net/ordering.html'
end
object URLLabel3: TURLLabel
Left = 16
Top = 176
Width = 258
Height = 16
Hint = 'E-mail to ActionOutline support'
Caption = 'mailto:ao_support@gpsoft.hypermart.net'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = True
URL = 'mailto:ao_support@gpsoft.hypermart.net'
end
object Label2: TLabel
Left = 16
Top = 76
Width = 66
Height = 16
Caption = 'Home page'
end
object Label3: TLabel
Left = 16
Top = 116
Width = 49
Height = 16
Caption = 'Ordering'
end
object Label4: TLabel
Left = 16
Top = 158
Width = 86
Height = 16
Caption = 'Support E-mail'
end
object OKButton: TButton
Left = 199
Top = 202
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnOrder: TButton
Left = 119
Top = 202
Width = 75
Height = 25
Caption = 'Order...'
Default = True
TabOrder = 0
OnClick = btnOrderClick
end
object PopupMenu1: TPopupMenu
Left = 192
Top = 10
object Open1: TMenuItem
Caption = 'Open...'
Default = True
OnClick = Open1Click
end
object CopyURL1: TMenuItem
Caption = 'Copy URL'
OnClick = CopyURL1Click
end
end
end